AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones Barra de herramientas
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Indicates the display mode of a Toolbar control.
Reminder: A Toolbar control can "float" or it can be docked to the window borders by one of its sides
Example
IF TBAR_Toolbar1.Position() = barUndocked THEN
TBAR_Toolbar1.Dock(barLeft)
END
Syntax
<Result> = <Toolbar control>.Position()
<Result>: Optional constant
Position of the Toolbar control:
barDownThe Toolbar control is docked at the bottom of the main window.
barLeftThe Toolbar control is docked to the left of the main window.
barRightThe Toolbar control is docked to the right of the main window.
barUndocked"Floating" Toolbar control.
barUp
(Default value)
The Toolbar control is docked at the top of the main window.
<Toolbar control>: Control name
Name of Toolbar control to use.
Remarks
The keyword MyWindow must not be used:
  • in the events associated with the Toolbar control.
  • in the events associated with the controls in the toolbar.
Component: wd290obj.dll
Versión mínima requerida
  • Versión 23
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 19/06/2023

Señalar un error o enviar una sugerencia | Ayuda local